home *** CD-ROM | disk | FTP | other *** search
/ Advanced Placement Companion: Precalculus / Advanced Placement Companion: Precalculus.iso / pc / M_DIR / 12-01004.DIR / 00047.ls < prev    next >
Encoding:
Text File  |  1998-03-12  |  1.3 KB  |  54 lines

  1. on exitFrame
  2.   if the mouseUp = 1 then
  3.     if the visible of sprite 15 = 1 then
  4.       if sprite 15 intersects 10 then
  5.         set the visible of sprite 5 to 0
  6.         set answered to answered + 1
  7.         updateStage()
  8.         set the visible of sprite 15 to 0
  9.         updateStage()
  10.         go("right")
  11.       end if
  12.     end if
  13.   end if
  14.   if the mouseUp = 1 then
  15.     if the visible of sprite 18 = 1 then
  16.       if sprite 18 intersects 11 then
  17.         set the visible of sprite 8 to 0
  18.         set answered to answered + 1
  19.         updateStage()
  20.         set the visible of sprite 18 to 0
  21.         updateStage()
  22.         go("right")
  23.       end if
  24.     end if
  25.   end if
  26.   if the mouseUp = 1 then
  27.     if the visible of sprite 17 = 1 then
  28.       if sprite 17 intersects 12 then
  29.         set the visible of sprite 6 to 0
  30.         set answered to answered + 1
  31.         updateStage()
  32.         set the visible of sprite 17 to 0
  33.         updateStage()
  34.         go("right")
  35.       end if
  36.     end if
  37.   end if
  38.   if the mouseUp = 1 then
  39.     if the visible of sprite 16 = 1 then
  40.       if sprite 16 intersects 13 then
  41.         set the visible of sprite 7 to 0
  42.         set answered to answered + 1
  43.         updateStage()
  44.         set the visible of sprite 16 to 0
  45.         updateStage()
  46.         go("right")
  47.       end if
  48.     end if
  49.   end if
  50.   if the mouseDown = 1 then
  51.     go(the frame)
  52.   end if
  53. end
  54.